home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_povray.idb / usr / freeware / lib / povray31 / runpov.sh.z / runpov.sh
Encoding:
Linux/UNIX/POSIX Shell Script  |  1999-04-16  |  297 b   |  12 lines

  1. #!/bin/sh
  2. #
  3. # FILE : runpov.sh
  4. #
  5. # Run POV-Ray(tm) saving all the current settings into an INI file called
  6. # rerun.ini.  Also see rerunpov.sh and the "Resuming Options" section in
  7. # the User's Documentation.
  8.  
  9. # This unofficial script comes from Mike Fleetwood
  10.  
  11. povray +GIrerun.ini ${@}
  12.